wayland: Only do cursor name fallback for standard names
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jan 2016 19:56:06 +0000 (14:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jan 2016 19:57:42 +0000 (14:57 -0500)
commit10cc35405e9e51754546a6e49be77fb8df37e39a
tree0cd27a2022a00842c3f9fc2e1083caf98fc2e0a6
parentd9befb9086ba7882b5c2813518ab3c3e02c0ed7f
wayland: Only do cursor name fallback for standard names

Always returning a left_ptr if we can't find anything better
broke firefox application-specific fallback for missing cursors.
Keep that working by only doing the fallback for the CSS cursor
names, not for things like hashes.

https://bugzilla.gnome.org/show_bug.cgi?id=760141
gdk/wayland/gdkcursor-wayland.c